// ===========================================
// Final Fantasy IX | Savegame | Character Stats
// Size:   144 bytes
// ===========================================

struct Character Stats
{
    // 0x00
    byte Name[8]
    byte Unknown
    byte Unknown
    byte Unknown
    byte Level
    dword Experience

    // 0x10
    word Current HP;
    word Current MP;
    byte Unknown;
    byte Unknown;
    byte Unknown;
    byte Current Magic Stones;
    word Max HP;
    word Max MP;
    byte Unknown;
    byte Unknown;
    byte Unknown;
    byte Max Magic Stones;

    // 0x20
    word Trance Level
}

10 | e4 08       = 2276      // Current HP
12 | 7f 00       = 127       // Current MP
14 | 40          = 64        // ?
15 | 15          = 21        // ?
16 | 0a          = 10        // ?
17 | 00          = 0         // Current Magic Stones
18 | e4 08       = 2276      // Max HP
1a | 7f 00       = 127       // Max MP
1c | 40          = 64        // ?
1d | 15          = 21        // ?
1e | 00          = 0         // ?
1f | 22          = 34        // Max Magic Stones
20 | f5          = 245       // Trance Level

24 | 1a          = 26        // Speed
25 | 23          = 35        // Strength
26 | 1e          = 30        // Magic
27 | 1f          = 31        // Spirit
28 | 15          = 21        // Defence
29 | 11          = 17        // Evade
2a | 13          = 19        // Magic Defence
2b | 0b          = 11        // Magic Evade

30 | 1a          = 26        // Base Speed
31 | 22          = 34        // Base Strength
32 | 1d          = 29        // Base Magic
33 | 1d          = 29        // Base Spirit

39 | 0b          = 11        // Equiped Weapon
3a | 7b          = 123       // Equiped Head Gear
3b | 5c          = 92        // Equiped Arm Gear
3c | 9e          = 158       // Equiped Armor
3d | eb          = 235       // Equiped Add-on

58 | 28          = 40        // Current Action/Support Ability 1 AP
59 | 28          = 40        // Current Action/Support Ability 2 AP
5a | 28          = 40        // Current Action/Support Ability 3 AP
5b | 06          = 6         // Current Action/Support Ability 4 AP
5c | 28          = 40        // Current Action/Support Ability 5 AP
5d | 28          = 40        // Current Action/Support Ability 6 AP
5e | 28          = 40        // Current Action/Support Ability 7 AP
5f | 06          = 6         // Current Action/Support Ability 8 AP
60 | 28          = 40        // Current Action/Support Ability 9 AP
61 | 28          = 40        // Current Action/Support Ability 10 AP
62 | 28          = 40        // Current Action/Support Ability 11 AP
63 | 06          = 6         // Current Action/Support Ability 12 AP
64 | 28          = 40        // Current Action/Support Ability 13 AP
65 | 28          = 40        // Current Action/Support Ability 14 AP
66 | 28          = 40        // Current Action/Support Ability 15 AP
67 | 06          = 6         // Current Action/Support Ability 16 AP
68 | 28          = 40        // Current Action/Support Ability 17 AP
69 | 28          = 40        // Current Action/Support Ability 18 AP
6a | 28          = 40        // Current Action/Support Ability 19 AP
6b | 06          = 6         // Current Action/Support Ability 20 AP
6c | 28          = 40        // Current Action/Support Ability 21 AP
6d | 28          = 40        // Current Action/Support Ability 22 AP
6e | 28          = 40        // Current Action/Support Ability 23 AP
6f | 06          = 6         // Current Action/Support Ability 24 AP
70 | 28          = 40        // Current Action/Support Ability 25 AP
71 | 28          = 40        // Current Action/Support Ability 26 AP
72 | 28          = 40        // Current Action/Support Ability 27 AP
73 | 06          = 6         // Current Action/Support Ability 28 AP
74 | 28          = 40        // Current Action/Support Ability 29 AP
75 | 28          = 40        // Current Action/Support Ability 30 AP
76 | 28          = 40        // Current Action/Support Ability 31 AP
77 | 06          = 6         // Current Action/Support Ability 32 AP
78 | 28          = 40        // Current Action/Support Ability 33 AP
79 | 28          = 40        // Current Action/Support Ability 34 AP
7a | 28          = 40        // Current Action/Support Ability 35 AP
7b | 06          = 6         // Current Action/Support Ability 36 AP
7c | 28          = 40        // Current Action/Support Ability 37 AP
7d | 28          = 40        // Current Action/Support Ability 38 AP
7e | 28          = 40        // Current Action/Support Ability 39 AP
7f | 06          = 6         // Current Action/Support Ability 40 AP
80 | 28          = 40        // Current Action/Support Ability 41 AP
81 | 28          = 40        // Current Action/Support Ability 42 AP
82 | 28          = 40        // Current Action/Support Ability 43 AP
83 | 06          = 6         // Current Action/Support Ability 44 AP
84 | 28          = 40        // Current Action/Support Ability 45 AP
85 | 28          = 40        // Current Action/Support Ability 46 AP
86 | 28          = 40        // Current Action/Support Ability 47 AP
87 | 06          = 6         // Current Action/Support Ability 48 AP
88 | 40          = 64        // Masked Support Ability Equiped 1
89 | 42          = 66        // Masked Support Ability Equiped 2
8a | 00          = 0         // Masked Support Ability Equiped 3
8b | 00          = 0         // Masked Support Ability Equiped 4
8c | 10          = 16        // Masked Support Ability Equiped 5
8d | 18          = 24        // Masked Support Ability Equiped 6
8e | 04          = 4         // Masked Support Ability Equiped 7
8f | 00          = 0         // Masked Support Ability Equiped 8